projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d66cb
)
(prefer-coding-system): Change also
author
Kenichi Handa
<handa@m17n.org>
Thu, 31 Jul 1997 06:48:05 +0000
(06:48 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 31 Jul 1997 06:48:05 +0000
(06:48 +0000)
default value of buffer-file-coding-system.
lisp/international/mule-util.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-util.el
b/lisp/international/mule-util.el
index 79abfcc79e4ae8e6877f6894cf2baff426f49884..0c4c895077f424503ffd0317d4c18cba807aed92 100644
(file)
--- a/
lisp/international/mule-util.el
+++ b/
lisp/international/mule-util.el
@@
-338,7
+338,7
@@
or one is an alias of the other."
(if (and parent (interactive-p))
(message "Highest priority is set to %s (parent of %s)"
parent coding-system))
- ))
+
(setq-default buffer-file-coding-system (or parent coding-system))
))
\f
;;; Composite charcater manipulations.